UInt16MINumericUInt16MLogicalAnd Method
Computes the bitwise logical AND of the current value and the specified value.
Namespace: Jodosoft.Numerics.ClampedAssembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
UInt16M INumeric<UInt16M>.LogicalAnd(
UInt16M value
)
Private Function LogicalAnd (
value As UInt16M
) As UInt16M Implements INumeric(Of UInt16M).LogicalAnd
private:
virtual UInt16M LogicalAnd(
UInt16M value
) sealed = INumeric<UInt16M>::LogicalAnd
private abstract LogicalAnd :
value : UInt16M -> UInt16M
private override LogicalAnd :
value : UInt16M -> UInt16M
- value UInt16M
- The value with which to compute the logical bitwise AND.
UInt16MThe bitwise logical AND of the current value and
value.
INumericTSelfLogicalAnd(TSelf)